IModule.ReadSdoInt32 method
Reads an integer through Service Data Object (SDO).
Namespace: IntervalZero.KINGSTAR.Base.Class
Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
IKsCommand<int> ReadSdoInt32(
ushort index,
byte subIndex,
bool completeAccess
)
Function ReadSdoInt32(
index As UShort,
subIndex As Byte,
completeAccess As Boolean
) As IKsCommand(Of Integer)
Parameters
index
Type: ushort
The index of the object to read in the object dictionary.
subIndex
Type: byte
The subindex of the object to read in the object dictionary.
completeAccess
Type: bool
true: Reads all subindexes. false: Reads a single subindex.
Return value
Type: IKsCommand<int>
Returns the states of a method and an integer value.
See also